home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- inspectorOk:;
- };
- SUPERCLASS = Object;
- };
- SwapView = {
- ACTIONS = {
- swapIt:;
- };
- OUTLETS = {
- lastInspector;
- inspectorView;
- delegate;
- currentInspector;
- };
- SUPERCLASS = View;
- };
- InspectorMgr = {
- OUTLETS = {
- reportInspector;
- okButton;
- acctInspector;
- swapView;
- noInspector;
- inspectorPanel;
- };
- SUPERCLASS = Object;
- };
-